'Declaration
Public Function GetBlockFirstParagraphIndex( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
public int GetBlockFirstParagraphIndex( string SegmentationResultID, int BlockIdx )
public function GetBlockFirstParagraphIndex( SegmentationResultID: String; BlockIdx: Integer ): Integer;
public function GetBlockFirstParagraphIndex( SegmentationResultID : String, BlockIdx : int ) : int;
public: int GetBlockFirstParagraphIndex( string* SegmentationResultID, int BlockIdx )
public: int GetBlockFirstParagraphIndex( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx